home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
goobers.swf
/
scripts
/
frame_92
/
PlaceObject2_68_63
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-28
|
219 b
|
12 lines
onClipEvent(load){
if(this._name == "boss")
{
this._visible = false;
}
status = "alive";
health = 100;
num_frames_shoot = Math.floor(health / 3.5) + 10;
frame = 0;
depth = 50;
}